Skip to content

Add a tool that exports the library as a single .rs file #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
qryxip opened this issue Sep 11, 2020 · 1 comment · Fixed by #49
Closed

Add a tool that exports the library as a single .rs file #34

qryxip opened this issue Sep 11, 2020 · 1 comment · Fixed by #49

Comments

@qryxip
Copy link
Member

qryxip commented Sep 11, 2020

Like this. I think developing such a tool in this repository is one of the methods that resolve #9.

qryxip@8cbcd09

$ cargo xtask export | xsel -ib # copies to the clipboard
    Finished dev [unoptimized + debuginfo] target(s) in 0.04s
     Running `target/debug/xtask export`
    Expanded /home/ryo/src/github.com/rust-lang-ja/ac-library-rs/src/lib.rs (34003 B)

Screenshot

@qryxip
Copy link
Member Author

qryxip commented Sep 11, 2020

With such a tool, we can publish bundled source code directly with GitHub Release or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant