Skip to content

Commit 9788687

Browse files
committed
Refactors unsafe docs
1 parent d2eba76 commit 9788687

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/pages/unsafe.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
unsafe
2-
======
1+
Unsafe operations
2+
=================
3+
4+
This doc describes compatibility functions and escape mechanisms
5+
that we consider unsafe to your types and code-base.
6+
7+
Use them with great responsibility!
8+
9+
10+
unsafe_perform_io
11+
-----------------
312

413
Sometimes you really need to get the raw value from ``IO`` container.
514
For example:

0 commit comments

Comments
 (0)