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
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
dpscript
0.2.0
Indented
Required Methods
indented
Implementors
In crate dpscript
dpscript
Trait
Indented
Copy item path
Source
pub trait Indented<T> { // Required method fn
indented
(self, num:
usize
) ->
Vec
<T>; }
Required Methods
§
Source
fn
indented
(self, num:
usize
) ->
Vec
<T>
Implementors
§
Source
§
impl<T:
Iterator
<Item =
String
>>
Indented
<
String
> for T