Docs.rs
ad-editor-0.4.0
ad-editor 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sminez
Dependencies
ad_event ^0.4
normal
aho-corasick ^1.1.4
normal
arbitrary ^1
normal
optional
lexopt ^0.3.1
normal
libc ^0.2.178
normal
libloading ^0.9.0
normal
lsp-types ^0.97.0
normal
ninep ^0.5
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
structex ^0.6
normal
toml ^0.9.8
normal
tracing ^0.1.43
normal
tracing-subscriber ^0.3.22
normal
tree-sitter ^0.25.10
normal
unicode-width ^0.2.2
normal
assert_fs ^1.1
dev
criterion ^0.8.0
dev
libflate ^2.2.1
dev
simple_test_case ^1
dev
simple_txtar ^1
dev
tree-sitter-python ^0.25.0
dev
tree-sitter-rust ^0.24.0
dev
Versions
42.62%
of the crate is documented
Platform
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
Tui
ad_
editor
0.4.0
Tui
Aliased Type
Methods
new
Trait Implementations
Default
In ad_
editor::
ui
ad_editor
::
ui
Type Alias
Tui
Copy item path
Source
pub type Tui =
GenericTui
<
StdoutLock
<'static>>;
Aliased Type
§
pub struct Tui {
/* private fields */
}
Implementations
§
Source
§
impl
Tui
Source
pub fn
new
(config:
Arc
<
RwLock
<
Config
>>) -> Self
Trait Implementations
§
Source
§
impl
Default
for
Tui
Source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more