Docs.rs
dpscript-0.2.0
dpscript 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
RedstoneWizard08
Dependencies
clap ^4.5.20
normal
indicatif ^0.17.8
normal
json5 ^0.4.1
normal
miette ^7.2.0
normal
once_cell ^1.20.2
normal
regex ^1.11.0
normal
ron ^0.8.1
normal
serde ^1.0.210
normal
serde_json ^1.0.128
normal
thiserror ^1.0.64
normal
tokio ^1.40.0
normal
toml ^0.8.19
normal
tower-lsp ^0.20.0
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
normal
uuid ^1.10.0
normal
walkdir ^2.5.0
normal
Versions
32.32%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
IsNotIdent
dpscript
0.2.0
IsNot
Ident
Required Methods
is_not_ident
Implementations on Foreign Types
char
Implementors
In crate dpscript
dpscript
Trait
IsNot
Ident
Copy item path
Source
pub trait IsNotIdent { // Required method fn
is_not_ident
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_not_ident
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
IsNotIdent
for
char
Source
§
fn
is_not_ident
(&self) ->
bool
Implementors
§