1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
pub use *;
/// Backend for collection types like `Box` and `Vec`.
///
/// Every buffer may require an external datum, which is passed every time the buffer is accessed.
/// This way the implementation does not require the data to store which might save some memory.
/// A buffer, which uses an external resource