Docs.rs
fluent-static-codegen-0.1.0
fluent-static-codegen 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
zaytsev
Dependencies
accept-language ^3.1
normal
convert_case ^0.6
normal
fluent-bundle ^0.15
normal
fluent-syntax ^0.11
normal
once_cell ^1
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^1
normal
thiserror ^1
normal
unic-langid ^0.9
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
1
2
3
4
5
6
mod
build;
mod
error;
mod
message;
pub use
build::generate;
pub use
error::Error;