Docs.rs
ezno-0.0.23
ezno 0.0.23
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kaleidawave
Dependencies
argh ^0.1
normal
base64 ^0.21
normal
ezno-checker ^0.0.18
normal
codespan-reporting ^0.11
normal
console ^0.15
normal
enum-variants-strings ^0.3
normal
js-sys ^0.3
normal
ezno-parser ^0.1.7
normal
pretty_assertions ^1.3.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
simple-json-parser ^0.0.2
normal
glob ^0.3
normal
multiline-term-input ^0.1.0
normal
native-tls ^0.2.11
normal
notify ^6.1.0
normal
notify-debouncer-full ^0.3.1
normal
self-replace ^1.3.7
normal
console_error_panic_hook ^0.1.7
normal
js-sys ^0.3
normal
serde-wasm-bindgen ^0.6.3
normal
tsify ^0.4.5
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-derive ^0.2.1
normal
Versions
15.38%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
WriteToFS
ezno_
lib
0.0.23
Write
ToFS
Implementors
In crate ezno_
lib
ezno_lib
Trait
Write
ToFS
Copy item path
Source
pub trait WriteToFS:
Fn
(&
Path
,
String
) { }
Implementors
§
Source
§
impl<T>
WriteToFS
for T
where T:
Fn
(&
Path
,
String
),