Docs.rs
rsvim_core-0.1.2
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
rsvim_core 0.1.2
The core library for RSVIM text editor.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
buf
constant
defaults
evloop
js
msg
state
tests
ui
buf.rs
buf_tests.rs
cli.rs
cli_tests.rs
constant.rs
constant_tests.rs
content.rs
coord.rs
defaults.rs
evloop.rs
js.rs
js_tests.rs
lib.rs
lock.rs
log.rs
msg.rs
prelude.rs
results.rs
state.rs
state_tests.rs
tests.rs
ui.rs
1
2
3
4
5
6
use
super
::
buf
::
*
;
#
[
test
]
fn
next_buffer_id1
(
)
{
assert!
(
next_buffer_id
(
)
>
0
)
;
}